home *** CD-ROM | disk | FTP | other *** search
/ Pluspack 1 / Caligari Corporation Pluspack1 1998.iso / TSX_SDK / tsxINC / TSXAPI.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-28  |  1.0 KB  |  35 lines

  1. //******************************************************************************
  2. //    File: tsxapi.h
  3. //  Module: trueSpace Xtensions 3D API
  4. //   Descr: All Object and Scene manipulations
  5. //******************************************************************************
  6.  
  7. #ifndef TSXAPI_H
  8. #define TSXAPI_H
  9.  
  10. //------------------------------------------------------------------------------
  11. //    Include all tsx api headers
  12. //------------------------------------------------------------------------------
  13.  
  14. #include "tsxTypes.h"
  15. #include "tsxErr.h"
  16. #include "tsxGeom.h"
  17. #include "tsxSobj.h"
  18. #include "tsxMatrl.h"
  19. #include "tsxScene.h"
  20. #include "tsxGNode.h"
  21. #include "tsxCamra.h"
  22. #include "tsxLight.h"
  23. #include "tsxMNode.h"
  24. #include "tsxGroup.h"
  25. #include "tsxPolyh.h"
  26. #include "tsxSelec.h"
  27. #include "tsxAnim.h"
  28. #include "tsxMisc.h"
  29. #include "tsxMouse.h"
  30. #include "tsxAView.h"
  31. #include "tsxExtOb.h"
  32.  
  33. //******************************************************************************
  34. #endif // TSXAPI_H
  35.